ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Select Method / Select(IList<CellRange>,Boolean) Method

In This Topic
    Select(IList<CellRange>,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal ranges As IList(Of CellRange), _
       ByVal show As Boolean _
    ) 
    public void Select( 
       IList<CellRange> ranges,
       bool show
    )

    Parameters

    ranges
    show
    See Also